From: Chong Yidong Date: Wed, 13 May 2009 01:13:51 +0000 (+0000) Subject: Minor doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~599 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5c59b5d882d921bcc877fd334f19d31957edd176;p=emacs.git Minor doc fix. --- diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 9092be584f4..bfec59b7b6b 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -724,7 +724,7 @@ then ABBREV is looked up in that table only." "Insert abbrev ABBREV at point. If non-nil, NAME is the name by which this abbrev was found. If non-nil, WORDSTART is the place where to insert the abbrev. -If non-nil, WORDEND the abbrev replaces the previous text between +If WORDEND is non-nil, the abbrev replaces the previous text between WORDSTART and WORDEND. Return ABBREV if the expansion should be considered as having taken place." (unless name (setq name (symbol-name abbrev)))